home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / c / AmiVoGL_MDEV.lha / hershey / src / mkfnts.bat < prev    next >
DOS Batch File  |  1991-07-15  |  849b  |  52 lines

  1. rem balrk
  2. rem  Usage is "mkfnts destination", eg. "mkfnts \lib\hershey"
  3. rem  (Make sure that the directory exists first though)
  4. rem
  5.  
  6. h2v ..\data\hersh.oc
  7. h2v ..\data\hersh.or ..\fonts\japan.hmp japanese
  8. copy astrolog %1
  9. copy cursive %1
  10. copy cyrillic %1
  11. copy futura.l %1
  12. copy futura.m %1
  13. copy gothic.eng %1
  14. copy gothic.ger %1
  15. copy gothic.ita %1
  16. copy greek %1
  17. copy markers %1
  18. copy math.low %1
  19. copy math.upp %1
  20. copy meteorol %1
  21. copy music %1
  22. copy script %1
  23. copy symbolic %1
  24. copy times.g %1
  25. copy times.i %1
  26. copy times.ib %1
  27. copy times.r %1
  28. copy times.rb %1
  29. copy japanese %1
  30. del astrolog
  31. del cursive
  32. del cyrillic
  33. del futura.l
  34. del futura.m
  35. del gothic.eng
  36. del gothic.ger
  37. del gothic.ita
  38. del greek
  39. del markers
  40. del math.low
  41. del math.upp
  42. del meteorol
  43. del music
  44. del script
  45. del symbolic
  46. del times.g
  47. del times.i
  48. del times.ib
  49. del times.r
  50. del times.rb
  51. del japanese
  52.